InfoWindow

open class InfoWindow

Deprecated

InfoWindow is a tooltip shown when a Marker is tapped. Only one info window is displayed at a time. When the user clicks on a marker, the currently open info window will be closed and the new info window will be displayed. If the user clicks the same marker while its info window is currently open, the info window will be closed.

The info window is drawn oriented against the device's screen, centered above its associated marker by default. The default info window contains the title in bold and snippet text below the title. While either the title and snippet are optional, at least one is required to open the info window.

Deprecated

As of 7.0.0, use Mapbox Annotation Plugin instead

Functions

Link copied to clipboard
open fun getView(): View
Retrieve this InfoWindow's current view being used.
Link copied to clipboard
open fun update()
Will result in getting this InfoWindow and updating the view being displayed.